Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TransitionLabelParserRecursive.java #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PAVAN-IS201401018
Copy link

@PAVAN-IS201401018 PAVAN-IS201401018 commented May 15, 2019

Unicode Parsing issue was solved

@davisjam
Copy link
Contributor

Can you add a test case, reference a bug report, or otherwise explain what's going on here?

@PAVAN-IS201401018
Copy link
Author

PAVAN-IS201401018 commented May 16, 2019

Check this issue #12

When I used static analysis for this kind of regular expressions '\uFDCF' , analysis was getting skipped. So it tried to debug, I found that after \u escape character hexNumberStr string was appended with 5 characters but it has to be 4 characters.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants